Skip to content

Bump version from 0.5.2 to 0.5.3#247

Merged
SamratThapa120 merged 3 commits into
mainfrom
bump/v0.5.3
Jan 15, 2026
Merged

Bump version from 0.5.2 to 0.5.3#247
SamratThapa120 merged 3 commits into
mainfrom
bump/v0.5.3

Conversation

@SamratThapa120

@SamratThapa120 SamratThapa120 commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

This pull request makes a minor update to the project version in pyproject.toml, incrementing it from 0.5.2 to 0.5.3. This is a standard version bump, likely to reflect recent changes or bug fixes.

  • Bumped the project version in pyproject.toml from 0.5.2 to 0.5.3.
  • fix rerun-sdk version to 0.20.0 to resolve AttributeError: module 'rerun' has no attribute 'set_time_seconds' issue in github action tests

Copilot AI review requested due to automatic review settings January 14, 2026 04:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR increments the project version from 0.5.2 to 0.5.3 in the pyproject.toml file, representing a patch version bump for the t4-devkit package.

Changes:

  • Updated version number in project metadata

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jan 14, 2026
@SamratThapa120 SamratThapa120 enabled auto-merge (squash) January 14, 2026 04:44
@github-actions

github-actions Bot commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4121 3413 83% 50% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 59ca02b by action🐍

Comment thread pyproject.toml Outdated
readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = [
"rerun-sdk>=0.20.0",

@ktro2828 ktro2828 Jan 14, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line introduced in #235, so we shouldn't fix the version.
I will open another PR to resolve the AttributeError. Could you please wait a moment until it's merged?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ktro2828 Thanks, I will wait.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SamratThapa120 I opened PR to address this #248. Please take a look!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ktro2828 Thanks, LGTM

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SamratThapa120 Thanks, I merged. Could you fix conflicts?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ktro2828 Thanks. Fixed.

@ktro2828 ktro2828 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SamratThapa120 SamratThapa120 merged commit 0523223 into main Jan 15, 2026
4 of 5 checks passed
@SamratThapa120 SamratThapa120 deleted the bump/v0.5.3 branch January 15, 2026 13:51
mojomex added a commit that referenced this pull request Jan 30, 2026
* chore(deps): restrict rerun-sdk to versions >=0.20.0,<0.28.0 (#248)

* Bump version from 0.5.2 to 0.5.3 (#247)

* Bump version from 0.5.2 to 0.5.3

* Pin rerun-sdk dependency to version 0.20.0

* refactor: update custom validator definition (#250)

* refactor: update custom validator definition

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* Update t4_devkit/schema/tables/base.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: modity type of size to tuple[int, int] (#251)

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* fix: abstract away category indexing differences

Semseg and non-semseg datasets behave differently (position-based vs. explicit indexing).
Now computing index field in case position-based indexing is used.

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): don't fail when map is not present

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix iteration freezing when skipping  a pointcloud without lidarseg file

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* feat(rendering): auto-enable SEGMENTATION coloring when lidarseg is available

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* docs: checkmark for semseg viz

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix wrongly named `color_mode` args

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* refactor(compatibility): move to schema package

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Co-authored-by: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com>
Co-authored-by: Samrat Thapa <38401989+SamratThapa120@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ktro2828 added a commit that referenced this pull request Jan 30, 2026
* chore(deps): restrict rerun-sdk to versions >=0.20.0,<0.28.0 (#248)

* Bump version from 0.5.2 to 0.5.3 (#247)

* Bump version from 0.5.2 to 0.5.3

* Pin rerun-sdk dependency to version 0.20.0

* refactor: update custom validator definition (#250)

* refactor: update custom validator definition

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* Update t4_devkit/schema/tables/base.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: modity type of size to tuple[int, int] (#251)

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* fix: abstract away category indexing differences

Semseg and non-semseg datasets behave differently (position-based vs. explicit indexing).
Now computing index field in case position-based indexing is used.

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): don't fail when map is not present

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix iteration freezing when skipping  a pointcloud without lidarseg file

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* feat(rendering): auto-enable SEGMENTATION coloring when lidarseg is available

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* docs: checkmark for semseg viz

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix wrongly named `color_mode` args

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* refactor(compatibility): move to schema package

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Co-authored-by: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com>
Co-authored-by: Samrat Thapa <38401989+SamratThapa120@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ktro2828 added a commit that referenced this pull request Jan 30, 2026
* chore(deps): restrict rerun-sdk to versions >=0.20.0,<0.28.0 (#248)

* Bump version from 0.5.2 to 0.5.3 (#247)

* Bump version from 0.5.2 to 0.5.3

* Pin rerun-sdk dependency to version 0.20.0

* refactor: update custom validator definition (#250)

* refactor: update custom validator definition

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* Update t4_devkit/schema/tables/base.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: modity type of size to tuple[int, int] (#251)

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* fix: abstract away category indexing differences

Semseg and non-semseg datasets behave differently (position-based vs. explicit indexing).
Now computing index field in case position-based indexing is used.

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): don't fail when map is not present

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix iteration freezing when skipping  a pointcloud without lidarseg file

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* feat(rendering): auto-enable SEGMENTATION coloring when lidarseg is available

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* docs: checkmark for semseg viz

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix wrongly named `color_mode` args

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* refactor(compatibility): move to schema package

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Co-authored-by: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com>
Co-authored-by: Samrat Thapa <38401989+SamratThapa120@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ktro2828 added a commit that referenced this pull request Feb 2, 2026
* feat: add support of rendering segmentation pointcloud

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* feat: separate lidarseg method

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* chore(viewer): lidarseg tweaks (#256)

* chore(deps): restrict rerun-sdk to versions >=0.20.0,<0.28.0 (#248)

* Bump version from 0.5.2 to 0.5.3 (#247)

* Bump version from 0.5.2 to 0.5.3

* Pin rerun-sdk dependency to version 0.20.0

* refactor: update custom validator definition (#250)

* refactor: update custom validator definition

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* Update t4_devkit/schema/tables/base.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: modity type of size to tuple[int, int] (#251)

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* fix: abstract away category indexing differences

Semseg and non-semseg datasets behave differently (position-based vs. explicit indexing).
Now computing index field in case position-based indexing is used.

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): don't fail when map is not present

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix iteration freezing when skipping  a pointcloud without lidarseg file

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* feat(rendering): auto-enable SEGMENTATION coloring when lidarseg is available

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* docs: checkmark for semseg viz

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* fix(rendering): fix wrongly named `color_mode` args

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

* refactor(compatibility): move to schema package

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Co-authored-by: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com>
Co-authored-by: Samrat Thapa <38401989+SamratThapa120@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* refactor: remove lidarseg command from t4viz

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* refactor: replace lidarseg existence checke

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* feat: add support of rendering segmentation pointcloud

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* fix: resolve invalid usage of future submitting and enable to raise exceptions

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* docs: add visualization sample

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

* refactor: remove RerunViewer.render_pointcloud(...)

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>

---------

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Co-authored-by: Max Schmeller <6088931+mojomex@users.noreply.github.com>
Co-authored-by: Samrat Thapa <38401989+SamratThapa120@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants